From b89c1edf46c5b41922ad12e0a73c2054272c4ee2 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 10 Mar 2004 18:45:11 +0000 Subject: [PATCH] Fix icon mappings for multi and micro geocaches. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@726 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/garmin_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/garmin_tables.h b/gpsbabel/garmin_tables.h index 494397260..eb471fd11 100644 --- a/gpsbabel/garmin_tables.h +++ b/gpsbabel/garmin_tables.h @@ -178,8 +178,8 @@ static icon_mapping_t icon_table[] = { { 17, 17, "White Buoy" }, { 35, 36, "White Dot" }, { 88, 8219, "Zoo" }, - { 117, 8255, "Micro-Cache" }, /* icon for "Geocache" */ + { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ - { 117, 8255, "Multi-Cache" }, /* icon for "Geocache" */ + { 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */ { -1, -1, NULL }, }; -- 2.30.2